home *** CD-ROM | disk | FTP | other *** search
/ Champak 140 / (Vol 140) Sep 19 2011.iso / Games / girl_fashion.swf / scripts / DefineButton2_2031 / BUTTONCONDACTION on(release).as
Text File  |  2011-09-19  |  211b  |  9 lines

  1. on(release){
  2.    _root.bg.gotoAndStop(1);
  3.    _root.hbg = 1;
  4.    _root.horse_mc._xscale = 79.6;
  5.    _root.horse_mc._yscale = 79.6;
  6.    _root.horse_mc._x = _root.horseX;
  7.    _root.horse_mc._y = _root.horseY;
  8. }
  9.